home *** CD-ROM | disk | FTP | other *** search
/ IBM Canada e-business Solutions / ibm.iso / IBM.EXE / IBM.dcr / 00301_exit button active.ls < prev    next >
Encoding:
Text File  |  2000-07-20  |  109 b   |  8 lines

  1. on mouseUp
  2.   quit()
  3. end
  4.  
  5. on mouseLeave
  6.   set the memberNum of sprite 7 to member("exit button inactive")
  7. end
  8.